home *** CD-ROM | disk | FTP | other *** search
/ BBS Toolkit / BBS Toolkit.iso / programs / jetbbs10.zip / JETBBS.DAT / zoo / mnu / dlpcz.mnu < prev    next >
Text File  |  1993-03-17  |  1KB  |  75 lines

  1. ;
  2. ; Note: The ..\ before the name of the external protocol is required
  3. ;    because the BBS CDs into the transfer directory.  It would also
  4. ;    be ok to give an absolute path, such as C:\BBS\DSZ.
  5. ;
  6.  
  7. [do]
  8. print [A] ASCII
  9. print [X] Xmodem
  10. print [1] Xmodem-1k
  11. print [Y] Ymodem
  12. print [Z] Zmodem
  13. print [S] SEAlink
  14. print [Q] Quit
  15. print
  16. setprompt Select protocol
  17.  
  18. [menu]
  19.  
  20. ;******************************************
  21. ; Built in ASCII
  22.  
  23. a, asciidl %xferfilename%, 1, ASCII;
  24.  
  25. ;******************************************
  26. ; Built in Xmodem
  27.  
  28. x,
  29. xmodemsend %xferfilename%,
  30. 1,
  31. Xmodem
  32.  
  33. Start your xmodem receive now.;
  34.  
  35. ;******************************************
  36. ; Quit
  37.  
  38. q, gotoprev, 1, Quit;
  39.  
  40. ;******************************************
  41. ; Xmodem-1k PCZ External Protocol
  42.  
  43. x,
  44. transdl2 ..\PCZ %comport% %baud% s1 %xferfilename%,
  45. 1, Xmodem-1k
  46.  
  47. Start your xmodem-1k receive now.;
  48.  
  49. ;******************************************
  50. ; Ymodem PCZ External Protocol
  51.  
  52. y,
  53. transdl2 ..\PCZ %comport% %baud% sy %xferfilename%,
  54. 1, Ymodem
  55.  
  56. Start your ymodem receive now.;
  57.  
  58. ;******************************************
  59. ; Zmodem PCZ External Protocol
  60.  
  61. z,
  62. transdl2 ..\PCZ %comport% %baud% sz %xferfilename%,
  63. 1, Zmodem
  64.  
  65. Start your zmodem receive now (or wait a few seconds for autostart).;
  66.  
  67. ;******************************************
  68. ; SEAlink PCZ External Protocol
  69.  
  70. s,
  71. transdl2 ..\PCZ %comport% %baud% ss %xferfilename%,
  72. 1, SEAlink
  73.  
  74. Start your SEAlink receive now.;
  75.